CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ant colony system

搜索资源列表

  1. AntColonySystemTSP

    0下载:
  2. 这是用Ant Colony System 解决tsp问题的C++源码 希望对大家研究蚂蚁算法有所帮助-This is used Ant Colony System solution tsp C source of hope for all research Ant Algorithm help
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3800
    • 提供者:刘新儒
  1. Curve-Extraction-ACS

    1下载:
  2. 这个代码是基于蚁群算法的非参数曲线的自动提取算法,对于任意曲线具有很好的提取效果。-Nonparametric Curve Extraction Based on Ant Colony System
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-06
    • 文件大小:849060
    • 提供者:骆磊
  1. shili2

    1下载:
  2. 改进粒子群算法及其在电力系统经济负荷分配中的应用改进粒子群算法及其在电力系统经济负荷分配中的应用-Improved Particle Swarm Optimization and its power system economic load dispatch of improved particle swarm optimization and economic dispatch in power system application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2000062
    • 提供者:余开江
  1. Croc1.095

    0下载:
  2. 澳大利亚国防部蚁群系统,可以模拟两军对抗。-Australian Defense ant colony system, can simulate the confrontation between the two armed forces.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:516699
    • 提供者:zhujiang
  1. ant-simulator-src

    0下载:
  2. 蚁群算法基本原理(用助于初学者对蚁群算法的基本原理有一个系统的了解,图形界面、形象直观。)-The basic principles of ant colony algorithm (with help beginners on the basic principles of ant colony algorithm to have a system of understanding, graphical interfaces, visual image.)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:312254
    • 提供者:likaiqi
  1. Ant-Circle

    0下载:
  2. 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:156233
    • 提供者:nxliliang
  1. ACS

    1下载:
  2. 蚁群算法 控制台程序 基于类 不是基本的TSP模型的ant-cycle算法 而是蚁群系统 ant colony system算法-ANT COLONY ALGORITM. TSP MODEL. C++ CLASS BASED. ANT COLONY SYSTEM,NOT ANT-CYCLE ALGORITHM.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:4314
    • 提供者:zhaowei
  1. gui_antminer1.2.1

    0下载:
  2. Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:72854
    • 提供者:xiaochuzhe
  1. paike

    0下载:
  2. 高校排课系统的算法,基于蚁群算法。高校排课系统的算法,基于蚁群算法-University Course Scheduling System algorithms, based on the ant colony algorithm. University Course Scheduling System algorithms, based on the ant colony algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1122661
    • 提供者:carl208
  1. artificial_intelligence_demo_programs

    1下载:
  2. 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-17
    • 文件大小:26622036
    • 提供者:解洪文
  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:35205
    • 提供者:Aco17
  1. PrincipleandApplicationofantcolonyalgorithm

    0下载:
  2. 蚁群算法的原理及其应用.pdf;;蚁群算法是优化领域中新出现的一种仿生进 化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性 但有搜索时间较长,易陷入局部最优解的缺点。-The principle of ant colony algorithm and its application. Pdf ant colony algorithm is to optimize the emerging field of evolutionary algorithm for a bionic. T
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:297160
    • 提供者:冒晶晶
  1. c_1

    0下载:
  2. 基本的蚁群优化算法,实现多城市访问,且只访问一次-Algorithm based on Ant Colony System
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2275
    • 提供者:紫澜
  1. Ant-colony-algorithm

    0下载:
  2. 用于一般函数优化的蚁群算法,开发环境为VC++,很实用-Ant colony system is a novel simulated evolutionary algorithm which shows many excellent characters.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:204881
    • 提供者:辛莉
  1. TSP-based-on-ant-colony-system

    0下载:
  2. 基于蚁群算法实现TSP最短路程的matlab例程-TSP based on ant colony system
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:54606
    • 提供者:潘彬
  1. ants-colony-Ver2

    0下载:
  2. 蚂蚁群系统优化算法代码,适用于解决中国邮递员、路径优化等问题-(solving tsp with ant colony system)ants colony 2.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2528
    • 提供者:zangtianlei
  1. Ant(TSP)

    0下载:
  2. 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象。-The program is based on ant colony system for the ant colony algorithm model to write (stressed: non Zhou Moxing ant), with three well-known TSP problem as the test object.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-14
    • 文件大小:4018
    • 提供者:德静
  1. ANT-conony-system

    0下载:
  2. 一个简单实用的使用c语言进行蚁群算法的实现解决tsp问题- A simple and practical using c language for the realization of the ant colony algorithm to solve TSP problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:谭成浩
  1. antc

    0下载:
  2. ant colony system approach for unit commitment problem.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:338944
    • 提供者:habibzadeh
  1. 1570365238

    0下载:
  2. Enhanced Ant Colony System for Packet Routing in Wireless Sensor Network
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:290816
    • 提供者:Saufi Bukhari
« 12 3 4 5 »
搜珍网 www.dssz.com